Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add some support #810

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Add some support #810

wants to merge 4 commits into from

Conversation

skjolber
Copy link
Owner

@skjolber skjolber commented Dec 7, 2023

Support functionality

  • lists of boxes which are placed on one another vertically
    • used to find current load weight on each box
    • each point has a minimum, but maximum must be calculated
  • what is the best way to determine which boxes are placed one another vertically
    • same z coordinate + intersects -> lists of sorted placements along z
  • lists of boxes which are placed side by side horizontally
  • what is the best way to determine which boxes are placed side by side horizontally
    • same x or y coordinates + intersects -> lists of sorted placements along x and y

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant